home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / DOS / PRINTERS / PRINT212.ZIP / PRINT2.DOC < prev    next >
Text File  |  1992-10-13  |  5KB  |  100 lines

  1.                     PRINT2 version 1.2  (Print 2 Columns)
  2.  
  3.                              October 13, 1992
  4.  
  5.                     Copyright (C) 1992 by Thomas M. Roddy
  6.                             All Rights Reserved.
  7.  
  8. PRINT2 is shareware. It is not public domain software. An order form is
  9. enclosed in the file named ORDER.FRM.  If after trying it out for 30 days,
  10. you like it and want to continue using PRINT2, please register it by sending
  11. $10.00 with your name and address along with any comments or questions to
  12. the address at the bottom of this file.
  13.  
  14. You may NOT alter any code nor may you sell this program or any of its
  15. associated data files for any price.  You may charge a reasonable copy fee
  16. when distributing it to others as long as you clearly stipulate that PRINT2
  17. must be registered with its author if it used beyond the trial period.
  18. Every copy of PRINT2 must contain all files.
  19.  
  20. The author makes no claims or guarantees about the use of PRINT2 and will
  21. not be responsible for any loss of data or profits due its use or misuse.
  22.  
  23. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  24. *  PRINT2 requires an Epson compatible 24 pin dot matrix printer which    *
  25. *  allows 20 characters/inch printing. This includes (but is not limited  *
  26. *  to) Epson LQ printers and the Panasonic KX-P1124 printer.              *
  27. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  28.  
  29.     Files
  30.     -----
  31. PRINT2.EXE    -   Program which prints a document using two columns
  32. PRINT2.DOC    -   This file
  33. WHATS.NEW     -   PRINT2 revision history
  34. ORDER.FRM     -   Printable order form for registering PRINT2
  35.  
  36. ****************************************************************************
  37.  
  38. PRINT2 is my answer to the overwhelming amounts of paper that is piling up
  39. from printing various large document files.  If you prefer to read them on
  40. paper rather then on the PC, as I do, and you want to save a few trees, I
  41. think you will find this program useful.
  42.  
  43. PRINT2 can print the same text on a fraction of the amount of paper normally
  44. required.  It is not unusual to reduce a 100 page document to 30 pages (or
  45. 15 if you use both sides of the paper).
  46.   
  47. PRINT2 Reads an ASCII file, removes form feed (advances to new page)
  48. characters, removes blank lines (except for one) which occur between text,
  49. sets printer for condensed print, 8 lines per inch (80 lines per page),
  50. 160 characters per line (2 columns of 80 characters each), and formats
  51. the text into two column pages for output. The original document remains
  52. unchanged. You can still print it out in the traditional way.
  53.  
  54. PRINT2 is most useful on documents which are formatted in 80 or less character
  55. lines. If lines longer than 80 characters are encountered, they are truncated
  56. since two columns of 80 characters is the maximum that will be printed.
  57.   
  58. Syntax:  PRINT2 filename [output file/printer port] [/O] [/E]
  59.  
  60. filename = original text file including full path if not in current directory
  61. file/port= optional parameter. By default the program will print to LPT1 (the
  62.            first parallel port). You may override this by entering a different
  63.            port or filename.
  64. page side= /O will print only the odd numbered (1,3,5,...) pages after
  65.            reformatting so you can use both sides of the paper and save even
  66.            more trees!
  67.            /E will print only the even numbered pages.
  68.  
  69.            Example:
  70.              PRINT2 TEXTFILE.TXT COM1
  71.                  will print to the first serial port.
  72.  
  73.              PRINT2 TEXTFILE.TXT TEXTFILE.PR2
  74.                  will write to a file named TEXTFILE.PR2 (You could then
  75.                  edit it or print it using your favorite print spooler).
  76.  
  77.              PRINT2 TEXTFILE.TXT TEXTFILE.PR2 /E
  78.                  will write the even pages (after formatting of TEXTFILE.TXT)
  79.                  to TEXTFILE.PR2
  80.  
  81. If the text file is not in ASCII format, you must convert it to ASCII.
  82. Most word processors allow you to do this.
  83.  
  84. Any runtime errors encountered are probably the result of lack of disk space
  85. for the output file or the printer is not ready. Output files are frequently
  86. about twice the size of original file due to additional whitespace (spaces).
  87.  
  88. Warning: you are not legally allowed to modify most copyrighted software
  89. manuals. This program should be used on your own personal files or with the
  90. permission of the document's author.
  91.  
  92. The author can be contacted by US mail or CompuServe:
  93.  
  94. Thomas M. Roddy              CompuServe ID:  73730,3304
  95. P.O. Box 325
  96. Columbia, MD  21045
  97.  
  98.  
  99. Trademarks are the property of their respective owners.
  100.